Welcome![Sign In][Sign Up]
Location:
Search - F2812 FFT

Search list

[Other resourcef2812.fft.asm

Description: 利用汇编语言和TMS320F2812芯片实现FFT的算法,该算法对128点和256点很有效,使用过程中要考虑信号值不能太小-use of assembly language and TMS320F2812 chip FFT algorithm for 128 points and 256 points very effective, the process used to be considered too small signal value can not
Platform: | Size: 1099 | Author: 王乾坤 | Hits:

[Other resourceF2812 fft 源程序 TI例程

Description: F2812 fft 源程序 TI例程。作DSP的新手参考TI的例程是最快的学习途径。-This is fft source program example of F2812. It is written by TI. It is the fastest way for DSP starters to learn the examples of TI.
Platform: | Size: 2420 | Author: 丘平 | Hits:

[DSP programF2812 fft 源程序 TI例程

Description: F2812 fft 源程序 TI例程。作DSP的新手参考TI的例程是最快的学习途径。-This is fft source program example of F2812. It is written by TI. It is the fastest way for DSP starters to learn the examples of TI.
Platform: | Size: 2048 | Author: 丘平 | Hits:

[ARM-PowerPC-ColdFire-MIPSTMS320F2812 FFT 源程序

Description: TMS320F2812 FFT 源代码 -TMS320F2812 FFT source code
Platform: | Size: 4096 | Author: 张之稳 | Hits:

[DSP programTMS320F2812 FFT 源程序

Description: TMS320F2812 FFT 源程序 学习资料共享-TMS320F2812 FFT source learning to share information
Platform: | Size: 5120 | Author: chen | Hits:

[DSP programgpio_toggle

Description: tms320f2812 GPIO 试验及FFT,FIR-tms320f2812 GPIO Test and FFT, FIR
Platform: | Size: 178176 | Author: zhbrain | Hits:

[DSP programf2812.fft.asm

Description: 利用汇编语言和TMS320F2812芯片实现FFT的算法,该算法对128点和256点很有效,使用过程中要考虑信号值不能太小-use of assembly language and TMS320F2812 chip FFT algorithm for 128 points and 256 points very effective, the process used to be considered too small signal value can not
Platform: | Size: 1024 | Author: 王乾坤 | Hits:

[DSP programf2812.lib.asm

Description: 利用汇编语言进行F2812DSP编程实现FFT分析常用的库文件,实践证明TI网站上找到的C28XX Foundation 使用不如上述汇编头文件组合有效-use of assembly language programming for F2812DSP FFT analysis commonly used of the library, and practice has proven TI found on the website C28XX Foundation compiled using the above as the first effective combination of documents
Platform: | Size: 16384 | Author: 王乾坤 | Hits:

[DSP programtidcs

Description: TMS320F2812 FFT 源码,包括详细的应用文档-TMS320F2812 FFT source, including the detailed application documents
Platform: | Size: 983040 | Author: yy | Hits:

[DSP programFFT_2812

Description: 该程序在TMSf2812上实现FFT运算-TMSf2812 the procedures in achieving FFT
Platform: | Size: 2048 | Author: 冯伟 | Hits:

[DSP programTMS320F2812-FFT

Description: F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件,特别注意的FFT算法缓冲去一定要存放在0X8000H中的内部缓冲区中!!!切记,本人调试时就走了很多弯路啊-F2812 standard FFT algorithm, 128, 256, 512, 1024-point FFT algorithm, the specific approach to the library will join with several FFT.LIB goals, joined counterparts with the number of C header files, pay special attention to the FFT algorithm to buffer must 0X8000H stored in the internal buffer! ! ! remember, I debug away many detours ah
Platform: | Size: 23552 | Author: 孙玉海 | Hits:

[DSP programeletric_power

Description: 在TI的TMSF2812平台上,完成了FFT的电能质量分析,使用AD73360AR数模转换芯片,提供有FLASH,显示,通讯接口的源程序-TMSF2812 in the TI platform, completed the FFT power quality analysis AD73360AR use digital-to-analog converter chip, provide FLASH, display, communication interface of the source
Platform: | Size: 151552 | Author: 张红卫 | Hits:

[ARM-PowerPC-ColdFire-MIPSfft_2812_good

Description: 绝对正确的TMS320F2812的FFT例程,-Absolutely correct TMS320F2812 the FFT routines,
Platform: | Size: 1024 | Author: 李亮 | Hits:

[DSP programFFT

Description: TMS320F2812 运算FFT.CCS3.1-TMS320F2812 computing FFT.CCS3.1
Platform: | Size: 168960 | Author: | Hits:

[DSP programfft

Description: f2812下的c语言实现fft快速算法,在软仿真模式下的-f2812 fft under the fast algorithm c language, in the soft emulation mode
Platform: | Size: 1024 | Author: 刘腾飞 | Hits:

[DSP programF2812-FFT

Description: FFT 并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT 时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加 法。每运算一个X(k)需要4N 次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以 整个DFT 运算总共需要4N^2 次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和N^2 成正比的,当N 很大时,运算量是可观的,因而需要 改进对DFT 的算法减少运算速度。-FFT is not a new transformation, it is the discrete Fourier transform (DFT) of a fast algorithm. Since we have a complex multiplication when calculating DFT Xuyong four real multiplications and real additions secondary a complex quadratic addition Zexu real addition. Each operator of a X (k) requires 4N times complex multiplication and 2N+2 (N-1) = 2 (2N-1) times the real number addition. Therefore, the DFT computation requires 4N ^ 2 times in total real multiplications and N* 2 (2N-1) = 2N (2N-1) times the real number addition. Thus, when calculating the number of multiplications and additions and are proportional to N ^ 2, when N is large, the computation is considerable and, therefore, need to improve on the DFT algorithm to reduce computational speed.
Platform: | Size: 404480 | Author: 平意义 | Hits:

[DSP programF2812-fft

Description: F2812的fft的源码,非常有用,肯定让你受益终生-F2812' s fft source code, very useful, sure to make you a lifetime
Platform: | Size: 2048 | Author: xuxing | Hits:

[DSP programF2812-fft

Description: F2812 fft 源程序 TI例程,程序完整-Source TI F2812 fft routines, program integrity
Platform: | Size: 2048 | Author: zjl | Hits:

[OtherF2812-fft--TI

Description: 这是个F2812 fft 源程序,是TI的例程。-This is a F2812 fft source program from TI.
Platform: | Size: 2048 | Author: xiaozhe | Hits:

[DSP programF2812-fft

Description: 关于F2812 fft 算法源程序,产生10KHz的频率输出-about F2812 fft,Will produce 10 kHz output on T1PWM and T1PWM pins
Platform: | Size: 2048 | Author: Framy | Hits:
« 12 3 »

CodeBus www.codebus.net